SftTree/NET 2.0

Resizable Property, ColumnsClass Class

Softel vdm, Inc.

Defines whether resizable columns can be resized in the item area.

Syntax      ColumnsClass Class (Softelvdm.SftTreeNET)

VB   

Public Property Resizable As Boolean

C#   

public bool Resizable { get; set; }

C++   

public: property bool Resizable {
        bool get();
        void set(bool value);
}

Property Value

True if resizable columns can be resized in the item area, otherwise False.

The default value is True.

Comments

The Resizable property defines whether resizable columns can be resized in the item area.

An individual column is defined resizable by using the column's ColumnClass.Resizable property.

Resizable columns can be resized in the item area, header area and footer area depending on the Columns.Resizable, Headers.Resizable and Footers.Resizable properties.

To disable column resizing completely for all columns, either the Columns.Resizable, Headers.Resizable and Footers.Resizable properties must be set to False or all columns must define their ColumnClass.Resizable properties as False.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com